Package com. bitmovin. player. api
Types
LicensingConfig
Link copied to clipboard
PlaybackConfig
Link copied to clipboard
data class PlaybackConfig(isAutoplayEnabled: Boolean, isMuted: Boolean, isTimeShiftEnabled: Boolean, videoCodecPriority: List<String>, audioCodecPriority: List<String>, isTunneledPlaybackEnabled: Boolean, seekMode: SeekMode, forcedSubtitleCallback: ForcedSubtitleCallback?) : Parcelable
Content copied to clipboard
PlayerConfig
Link copied to clipboard
data class PlayerConfig(key: String?, styleConfig: StyleConfig, playbackConfig: PlaybackConfig, licensingConfig: LicensingConfig, advertisingConfig: AdvertisingConfig, remoteControlConfig: RemoteControlConfig, adaptationConfig: AdaptationConfig, networkConfig: NetworkConfig, liveConfig: LiveConfig, tweaksConfig: TweaksConfig, bufferConfig: BufferConfig) : Parcelable
Content copied to clipboard
Configures a new Player instance.
SeekMode
Link copied to clipboard
TweaksConfig
Link copied to clipboard
data class TweaksConfig(timeChangedInterval: Double, bandwidthEstimateWeightLimit: Int, languagePropertyNormalization: Boolean, localDynamicDashWindowUpdateInterval: Double?, useFiletypeExtractorFallbackForHls: Boolean, useDrmSessionForClearPeriods: Boolean, shouldEmitAllPendingMetadataOnStreamEnd: Boolean, shouldApplyTtmlRegionWorkaround: Boolean) : Parcelable
Content copied to clipboard